home *** CD-ROM | disk | FTP | other *** search
ASP Control Directive | 2007-01-06 | 1.1 KB | 28 lines |
- <%@ Control Language="c#" Inherits="gbweb.Header" EnableViewState="False" CodeFile="Header.ascx.cs" %>
- <%@ Register TagPrefix="gbweb" Namespace="gbweb" %>
-
- <table border="0" cellspacing="0" cellpadding="0" width="100%" class="pageheader">
- <tr>
- <td width="10"><img src="public/t.gif" width="10" height="71" border="0"></td>
- <td width="99%">
- <img src="public/t.gif" width="1" height="13" border="0"><br>
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
- <tr>
- <td width="99%">
- <img src="images/logo_gbpvr.gif" width="135" height="31" border="0" id="logo" runat="server"><!-- this is IE being silly
- --><div id="header" runat="server">
- <gbweb:RichTextBulletedList ID="headerList" DisplayMode="Text" runat="server" />
- </div>
- </td>
- </tr>
- </table>
- </td>
- <td width="10"><img src="public/t.gif" width="10" height="71" border="0"></td>
- </tr>
- <tr>
- <td colspan="3" class="tbline1"><img src="public/t.gif" width="1" height="3"></td>
- </tr>
- <tr>
- <td colspan="3" class="tbline2"><img src="public/t.gif" width="1" height="1"></td>
- </tr>
- </table>